GET EVALUATION ERROR
In case the Expression Evaluator has found an error in the given expression, you can call GET EVALUATION ERROR to obtain the error.

ARGUMENTS:
*none*

RETURNS:
The error of the last evaluation. Possible values are:
0 = No error
1 = Stack overflow
2 = Number out of range
3 = Expression error
4 = Operator expected
5 = Open parenthesis missing
6 = Close parenthesis missing
7 = Invalid number


SYNTAX
Return Integer=GET EVALUATION ERROR()


RELATED INFO
View Number Operations Index
View STYX Index
View STYX Main File